body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	margin-bottom: 7px;
}
.col-padding-0{
    padding:0;
}
.mobile-banner{
	padding: 50px 0px;
	background-image: url(assets/mobile-image/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-attachment: fixed;
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.mobile-banner::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../mobile-image/overlay-pattern.png) rgba(1,42,94,.05);
    z-index: 2;
    height: 100%;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.mobile-banner::after{
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.mobile-banner-content {
    position: relative;
    z-index: 2;
    top: 52%;
    width: 55%;
}
.mobile-banner-content h1 {
    font-size: 95px;
    color: white;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 38px;
    line-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}
.mobile-banner-content h1::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 150px;
  background-color: #9927b0;
}
.mobile-banner-content p{
       font-size: 21px;
    color: white;
    padding: 15px 0px 20px 0px;
    margin-bottom: 0px;
}
.mobile-banner-button{
	padding: 10px 0px;
}
.mobile-banner-button a{
	padding: 15px 25px;
	background-color: #9927b0;
	border-radius: 25px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: white;
	text-decoration: none;
}
.mobile-enterprise {
    padding: 50px 0px;
    background-color: white;
}
.mobile-enterprise .row{
    display: flex;
    flex-wrap: wrap;
}
.mobile-enterprise-startup h1 {
    color: #3e3e3e;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.mobile-enterprise-startup h1 b{
   	color: #6a38b6;
   	font-weight: inherit;
}
.mobile-enterprise-startup p {
   font-size: 16px;
    text-align: justify;
    line-height: 24px;
    color: #414850;
}
.mobile-enterprise-startup p>span {
   text-indent: 10%;
   display: block;
   margin-top: 10px;
}	
.mobile-explore-button{
	padding: 10px 0px;
}
.mobile-explore-button a{
    padding: 10px 23px;
    background-color: #9927b0;
    border-radius: 25px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    border: 1px solid #9927b0;
    transition-delay: 0.4s linear;
}
.mobile-explore-button a:hover {
    background-color: transparent;
    color: #9927b0;
    transition-delay: 0.4s linear;
}
.mobile-enterprise-single-field {
    padding: 7px;
    margin-bottom: 9px;
}
.mobile-enterprise-development{
	width: 100%;
}
.mobile-enterprise-dev-img img{
	height: 55px;
}
.mobile-enterprise-dev-img i{
	font-size: 45px;
    color: #3e3e3e;
}
.mobile-enterprise-single-field>h4 {
   color: #3e3e3e;
    font-size: 18px;
    font-weight: 600;
    margin-top: 6px;
    font-family: 'Roboto', sans-serif;
}
.mobile-enterprise-single-field>p {
    font-size: 16px;
    line-height: 24px;
    color: #414850;
    margin-bottom: 5px;
}

.mobile-transform {
   background-image: url(../iphone-image/iphone1.jpg),linear-gradient(#171717,#000000bf);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    background-blend-mode: overlay;
    background-attachment: fixed;
    padding: 50px 0px;
}
.mobile-transform-heading {
   padding: 20px 0px 40px 0px;
    text-align: center;
}
.mobile-transform-heading h2{
  color: white;
    text-align: center;
    width: 100%;
    margin: 0px auto 20px 0px;
    line-height: 100%;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.mobile-transform-heading h2 b {
    color: #6a38b6;
    font-weight: inherit;
}
.mobile-transform-single {
   border-top: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.5);
	border-bottom: none;
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
	border-radius: 50px;
}
.mobile-transform-single h5{
	color: white;
	font-size: 32px;
    font-weight: 500;
}
.mobile-transform-single h5 b{
	color: #6a39b7;
}
.mobile-transform-single span{
	color: white;
	font-size: 18px;	
}
.mobile-transform-single h4 {
    color: white;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 11px;
}
.mobile-transform-single h4 b{
	color: #6a39b7;
}
.mobile-transform-single h3 {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

/*.mobile-performance {*/
/*    padding: 50px 0px;*/
/*    background-color: white;*/
/*}*/
/*.mobile-performance-startup h1 {*/
/*   color: #6939b6;*/
/*    font-size: 33px;*/
/*    font-weight: 500;*/
/*}*/
/*.mobile-performance-startup h1 b{*/
/*   	color: #9927b0;*/
/*   	font-weight: inherit;*/
/*}*/
/*.mobile-performance-startup p {*/
/*    font-size: 15px;*/
/*    text-align: justify;*/
/*    line-height: 26px;*/
/*}	*/
/*.mobile-explore-button{*/
/*	padding: 10px 0px;*/
/*}*/
/*.mobile-explore-button a{*/
/*	padding: 15px 25px;*/
/*	background-color: #9927b0;*/
/*	border-radius: 25px;*/
/*	display: inline-block;*/
/*	font-size: 18px;*/
/*	font-weight: 500;*/
/*	color: white;*/
/*	text-decoration: none;*/
/*}*/
/*.mobile-performance-single-field {*/
/*    padding: 15px;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.mobile-performance-development{*/
/*	width: 100%;*/
/*}*/
/*.mobile-performance-dev-img img{*/
/*	height: 55px;*/
/*}*/
/*.mobile-performance-single-field>h4 {*/
/*    color: #6939b6;*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    margin-top: 10px;*/
/*}*/
/*.mobile-performance-single-field>p {*/
/*   font-size: 15px;*/
/*    font-weight: 500;*/
/*    padding: 5px 0px;*/
/*    margin: 0;*/
/*    line-height: 24px;*/
/*}*/
/*.mobile-performance-single-list {*/
/*    padding: 10px 0px;*/
/*}*/
/*.mobile-performance-single-list ul {*/
/*    padding-left: 20px;*/
/*}*/
/*.mobile-performance-single-list ul li {*/
/*    font-size: 15px;*/
/*    margin-bottom: 7px;*/
/*}*/

/*.mobile-consultant {*/
/*    background-color: #022a5e;*/
/*}*/
/*.mobile-consultant-heading {*/
/*    padding: 40px 0px;*/
/*    text-align: center;*/
/*}*/
/*.mobile-consultant-heading h2{*/
/*    font-size: 42px;*/
/*    color: white;*/
/*    font-family: 'Lobster', cursive;*/
/*    font-weight: 500;*/
/*    width: 70%;*/
/*    margin: auto;*/
/*    line-height: 100%;*/
/*}*/

.mobile-dev-process {
    padding: 35px 0px;
    background-color: #f7f7f7;
}
.mobile-dev-process-content-single {
    padding: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    margin-bottom: 20px;
    transition: 0.5s ease-in-out;
    background-color: white;
    height: 100%;
}
.mobile-dev-process-content-single:hover {
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.7);
    transition: 0.5s ease-in-out;
    transform: scale(1.02);
}
.mobile-dev-process-content-single-img,
.mobile-dev-process-content-single-img2,
.mobile-dev-process-content-single-img-last {
   height: 100px;
    width: 100px;
    border: 3px double #94dbf1;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0px auto 15px auto;
    position: relative;
    z-index: 2;
    background-color: white;
}
.mobile-dev-process-content-single-img img,
.mobile-dev-process-content-single-img2 img,
.mobile-dev-process-content-single-img-last img {
    height: 62px;
}
.mobile-dev-process-heading {
    padding: 20px 0px 10px 0px;
    text-align: center;
}
.mobile-dev-process-heading h2 {
    font-size: 35px;
    font-weight: 600;
    color: #353535;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.mobile-dev-process-heading h2 b{
    color: #6a38b6;
    font-weight: inherit;
}
.mobile-dev-process-heading p {
    font-size: 17px;
    font-weight: 500;
    color: #414850;
    width: 80%;
    margin: 0px auto 20px;
    line-height: 25px;
}
.mobile-dev-process-content-single-text{
    text-align: center;
}
.mobile-dev-process-content-single-text h4 {
   color: #3e3e3e;
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    margin: 10px 0px 14px 0px;
    font-family: 'Poppins', sans-serif;
}
.mobile-dev-process-content-single-text p {
       font-size: 15px;
    font-weight: 500;
    color: #414850;
    line-height: 24px;
}



.mobile-solution-sec {
    background-color: #e9edf3;
    padding: 30px 0px;
}
.inner-mobile-solution .row{
    display: flex;
    flex-wrap: wrap-reverse;
}
.mobile-solution-content{
    height: 100%;
    padding: 20px 0px;
    display: flex;
    align-items: center;
}
.mobile-solution-image {
    text-align: center;
}
.mobile-solution-text h2 {
    font-size: 33px;
    font-weight: 600;
    line-height: 39px;
    color: #3e3e3e;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.mobile-solution-text h2 b{
    color: #6a38b6;
    font-weight: inherit;
}
.mobile-solution-text p{
    font-size: 16px;
    font-weight: 500;
    color: #414850;
}
.mobile-solution-image img{
    width: 95%;
}



.mobile-commit-section {
    padding: 50px 0px;
    background-color: white;
}
.mobile-commit-heading {
    text-align: center;
}
.mobile-commit-heading h1{
     font-size: 35px;
    font-weight: 600;
    color: #3e3e3e;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.mobile-commit-heading h1 b{
    color: #6a38b6;
    font-weight: inherit;
}
.mobile-commit-heading p{
   font-size: 16px;
    font-weight: 500;
    color: #414850;
    line-height: 26px;
    width: 80%;
    margin: 12px auto 20px;
}
.mobile-commit-content {
    padding: 10px 0px 10px 0px;
    display: flex;
    flex-wrap: wrap;
}
.mobile-commit-content-single {
    width: 20%;
    padding: 5px 12px;
    position: relative;
    border-right: 1px solid #bebebf;
}
.mobile-commit-content-single:last-child {
   border: none;
}
.mobile-commit-content-img img{
    height: 60px;
}
.mobile-commit-content-img i{
    font-size: 60px;
    color: #5f5f5f;
}
.mobile-commit-content-single h4 {
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 15px;
}
.mobile-commit-content-single p{
    font-size: 15px;
    font-weight: 500;
    color: #414850;
     margin: 0;
    padding: 0;
    line-height: 22px;
}




.mobile-customer-sec{
    padding: 50px 0px;
    background-color: white;
}
.mobile-customer-sec-text h1{
    font-size: 33px;
    font-weight: 600;
    line-height: 39px;
    color: #3e3e3e;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.mobile-customer-sec-text h1 b{
    color: #6a38b6;
    font-weight: inherit;
}
.mobile-customer-sec ul{
    padding-left: 20px;
    margin-bottom: 15px;
    list-style:disc !important;
}
.mobile-customer-sec ul li{
       font-size: 16px;
    margin-bottom: 10px;
    color: #414850;
    line-height: 23px;
}
.mobile-customer-sec-img{
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mobile-customer-sec-slides{
    position: absolute;
    background-color: white;
    width: 70%;
    height: auto;
    overflow: hidden;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0);
    border: 3px solid #19a0cd;
}
.mobile-customer-single-slides{
    padding: 10px 0px 10px 20px;
    position: relative;
}
.customer-owl-slide .owl-dots{
    position: absolute;
    bottom: 9px;
    width: 50%;
    right: 0;
}
.customer-owl-slide .owl-dots .owl-dot.active span, 
.customer-owl-slide .owl-dots .owl-dot:hover span {
    background: #ff0000;
}
.customer-owl-slide .owl-dots button:focus{
    outline: none;
}
.mobile-customer-single-slides h4{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px 10px 0px;
}
.mobile-customer-single-slides h4 b{
    color: #6a38b6;
    font-weight: inherit;
}
.mobile-customer-single-slides p{
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}


.mobile-success-section{
    background-image: url(../mobile-image/success.jpg),linear-gradient(#737373,#737373);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    background-blend-mode: overlay;
    background-attachment: fixed;
    padding: 40px 0px;
}
.mobile-success-section-heading {
    text-align: center;
    width: 80%;
    margin: auto;
}
.mobile-success-section-heading h1 {
       font-size: 39px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.mobile-success-section-heading p {
   font-size: 20px;
    font-weight: 500;
    padding: 0px 0px;
    color: white;
    width: 91%;
    margin: auto;
    line-height: 30px;
}
.mobile-success-section-heading h1 b {
    color: #6a38b6;
    font-weight: inherit;
}


/*-----services section-----*/
.mobile-service-section{
    padding: 30px 0px;
}
.mobile-service-data {
  padding-top: 20px;
}
.mobile-service-heading>p {
  text-align: center;
  font-size: 18px;
  margin: 26px 0px 14px 0px;
}
.mobile-service-single-outer {
  padding: 10px 15px;
  margin-bottom: 10px;
}
.mobile-service-single {
  display: flex;
  align-items: center;
  border: 2px solid;
  border-radius: 10px;
  padding: 27px 0px;
}
.mobile-service-single- {
  display: flex;
  align-items: center;
  border: 2px solid;
  border-radius: 10px;
  padding: 33px 0px;
  transition: 0.4s ease-in-out;
}
.mobile-service-single-icon {
  margin-right: 18px;
  margin-left: -25px;
  background-color: white;
  border-radius: 50%;
  padding: 8px;
}
.mobile-service-single-icon i {
    font-size: 35px;
}
.mobile-service-single-icon img {
  width: 36px;
}
.mobile-service-single-text span {
  font-size: 18px;
  font-weight: 500;
  color: #3a3a3a;
}












@media(max-width: 767px){
 .mobile-banner{
    min-height: 60vh;
 }
.mobile-banner-content {
    width: 95%;
}
.mobile-banner-content h1 {
    font-size: 40px;
    padding-bottom: 11px;
    margin-bottom: 14px;
}
.mobile-banner-content p {
    font-size: 18px;
} 
.mobile-enterprise {
    padding: 34px 24px;
    overflow: hidden;
}
.mobile-explore-button {
    margin-bottom: 25px;
}
.mobile-enterprise-startup h1 {
	font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.mobile-enterprise-startup p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}    
.mobile-enterprise-single-field>p {
    font-size: 14px;
    padding-top: 7px;
    text-align: justify;
    margin-bottom: 10px;
}
.mobile-transform-heading {
    padding: 25px 0px;
}    
.mobile-transform-heading h2 {
    font-size: 25px;
    width: 90%;
}
.mobile-transform-single:nth-child(3) {
    display: none;
}
.mobile-transform-single h5 {
    font-size: 28px;
}
.mobile-transform-single span {
    line-height: 19px;
    font-size: 15px
}
.mobile-dev-process {
    padding: 25px 0px;
}
.mobile-dev-process-heading {
    padding: 0;
}
.mobile-dev-process-heading h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.mobile-dev-process-heading p {
    font-size: 15px;
    text-align: justify;
    width: 100%;
    line-height: 21px;
}
.mobile-dev-process-content-single-text{
    text-align: center;
}
.mobile-dev-process-content-single-text h4 {
    font-size: 18px;
    margin: 11px 0px 12px 0px;
    line-height: 20px;
}
.mobile-dev-process-content-single-text p {
    font-size: 15px;
    line-height: 19px;
}
.mobile-solution-image img {
    width: 85%;
}
.mobile-solution-text h2 {
    font-size: 21px;
    line-height: 26px;
}
.mobile-solution-text p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
.mobile-commit-section {
    padding: 25px 0px;
}
.mobile-commit-content-img i{
    font-size: 50px;
}
.mobile-commit-heading h1 {
    font-size: 26px;
    line-height: 28px;
}
.mobile-commit-heading p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 10px;
}
.mobile-customer-sec {
    padding: 25px 0px;
}
.mobile-customer-sec-text h1 {
    font-size: 23px;
    line-height: 27px;
    margin-top: 120px;
    margin-bottom: 10px;
}
.mobile-customer-sec ul {
    margin: 10px 0px;
}
.mobile-customer-sec ul li {
    font-size: 15px;
    margin-bottom: 6px;
    color: #414850;
    line-height: 20px;
}
.mobile-customer-sec-slides {
    width: 95%;
    bottom: -100px;
   
}
.mobile-success-section {
    padding: 25px 0px;
}
.mobile-success-section-heading {
    width: 100%;
}
.mobile-success-section-heading h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.mobile-success-section-heading p {
    font-size: 15px;
    padding: 0px 0px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 11px;
}

    .mobile-commit-content-single {
    width: 100%;
    border: none;
    padding: 15px 12px;
}
.mobile-explore-button a {
    padding: 12px 19px;
    font-size: 15px;
}
}
